* which-key.el (which-key--popup-max-dimensions):
Change cl-case to cl-ecase to signal error if needed.
. width) of the intended popup. SELECTED-WINDOW-WIDTH is the
width of currently active window, not the which-key buffer
window."
- (cl-case which-key-popup-type
+ (cl-ecase which-key-popup-type
(minibuffer (which-key--minibuffer-max-dimensions))
(side-window (which-key--side-window-max-dimensions))
(frame (which-key--frame-max-dimensions))